[INFO] fetching crate laurus-mcp 0.9.0...
[INFO] checking laurus-mcp-0.9.0 against master#df1ae0f7dd168513de2d89beb2cb7a95d4fdc118 for pr-159343
[INFO] extracting crate laurus-mcp 0.9.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate laurus-mcp 0.9.0
[INFO] finished tweaking crates.io crate laurus-mcp 0.9.0
[INFO] tweaked toml for crates.io crate laurus-mcp 0.9.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate laurus-mcp 0.9.0 on toolchain df1ae0f7dd168513de2d89beb2cb7a95d4fdc118
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+df1ae0f7dd168513de2d89beb2cb7a95d4fdc118" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate laurus-mcp 0.9.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+df1ae0f7dd168513de2d89beb2cb7a95d4fdc118" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rmcp-macros v1.5.0
[INFO] [stderr]   Downloaded laurus-server v0.9.0
[INFO] [stderr]   Downloaded dary_heap v0.3.8
[INFO] [stderr]   Downloaded winnow v1.0.0
[INFO] [stderr]   Downloaded rmcp v1.5.0
[INFO] [stderr]   Downloaded laurus v0.9.0
[INFO] [stderr]   Downloaded lindera-dictionary v3.0.7
[INFO] [stderr]   Downloaded lindera v3.0.7
[INFO] [stderr]   Downloaded kanaria v0.2.0
[INFO] [stderr]   Downloaded daachorse v2.1.1
[INFO] [stderr]   Downloaded openssl-sys v0.9.112
[INFO] [stderr]   Downloaded openssl v0.10.76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1c812438f6a9d543af48bda24560af91e1bd0f1ba78977634c526d72645d9942
[INFO] running `Command { std: "docker" "start" "1c812438f6a9d543af48bda24560af91e1bd0f1ba78977634c526d72645d9942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c812438f6a9d543af48bda24560af91e1bd0f1ba78977634c526d72645d9942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1c812438f6a9d543af48bda24560af91e1bd0f1ba78977634c526d72645d9942" "/opt/rustwide/cargo-home/bin/cargo" "+df1ae0f7dd168513de2d89beb2cb7a95d4fdc118" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c812438f6a9d543af48bda24560af91e1bd0f1ba78977634c526d72645d9942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1c812438f6a9d543af48bda24560af91e1bd0f1ba78977634c526d72645d9942" "/opt/rustwide/cargo-home/bin/cargo" "+df1ae0f7dd168513de2d89beb2cb7a95d4fdc118" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]     Checking ptr_meta v0.3.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking rancor v0.1.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking bytecheck v0.8.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking rend v0.5.3
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking munge v0.4.7
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling rkyv_derive v0.8.16
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling tonic-build v0.14.5
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]     Checking daachorse v2.1.1
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking serde_yaml_ng v0.10.0
[INFO] [stderr]     Checking kanaria v0.2.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking safe_arch v1.0.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking unicode-blocks v0.1.9
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking winnow v1.0.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking wide v1.3.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking lru v0.18.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling rmcp v1.5.0
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking rkyv v0.8.16
[INFO] [stderr]    Compiling tonic-prost-build v0.14.5
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling laurus-server v0.9.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling rmcp-macros v1.5.0
[INFO] [stderr]     Checking lindera-dictionary v3.0.7
[INFO] [stderr]     Checking lindera v3.0.7
[INFO] [stderr]     Checking laurus v0.9.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.5
[INFO] [stderr]     Checking tonic-prost v0.14.5
[INFO] [stderr]     Checking laurus-mcp v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "1c812438f6a9d543af48bda24560af91e1bd0f1ba78977634c526d72645d9942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c812438f6a9d543af48bda24560af91e1bd0f1ba78977634c526d72645d9942", kill_on_drop: false }`
[INFO] [stdout] 1c812438f6a9d543af48bda24560af91e1bd0f1ba78977634c526d72645d9942
